home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950329-19950528 / 000189_news@columbia.edu_Thu Apr 20 23:12:58 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA02661
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Thu, 20 Apr 1995 19:13:04 -0400
  3. Received: by apakabar.cc.columbia.edu id AA07021
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Thu, 20 Apr 1995 19:13:01 -0400
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Why do I get ^Q's when I execute my scripts?
  9. Date: 20 Apr 1995 23:12:58 GMT
  10. Organization: Columbia University
  11. Lines: 19
  12. Message-Id: <3n6ppq$6ra@apakabar.cc.columbia.edu>
  13. References: <3n6gmd$3m0@nrcnet0.nrc.ca>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <3n6gmd$3m0@nrcnet0.nrc.ca>,  <BPICK@CISTI.LAN.NRC.CA> wrote:
  18. : Using ms-dos kermit 3.14 I receive back ^Q's throughout scripts
  19. : when telneting to various hosts, in this case an IBM mainframe.
  20. So this is a linemode telnet, obviously, because Kermit doesn't (yet :-)
  21. do 3270 emulation.  IBM mainframes in line mode send ^Q as a signal
  22. meaning "it's your turn to transmit".  Read about "set handshake" in
  23. any of the Kermit manuals for a fuller explanation.
  24.  
  25. : This seems to happen when my script pauses after issuing some 
  26. : commands. I've played around with the obvious choices of flow control
  27. : parity, etc.... and nothing worked. 
  28. : The strange part is that I do not get any ^Q's back when I manually 
  29. : do a telnet.
  30. You just don't see them, that's all.
  31.  
  32. - Frank